projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39bea8b
)
* src/keyboard.c (Flossage_size): Improve prompt.
author
Stefan Kangas
<stefan@marxist.se>
Sun, 25 Apr 2021 09:49:37 +0000
(11:49 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Sun, 25 Apr 2021 09:52:40 +0000
(11:52 +0200)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 5db45ce8e575531b9f17d789ea4c4feffb9c4ef0..e9236fee1aa1c4cd1413f446a61511502291c71b 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-10379,7
+10379,7
@@
update_recent_keys (int new_size, int kept_keys)
}
DEFUN ("lossage-size", Flossage_size, Slossage_size, 0, 1,
- "(list (read-number \"
new-size
: \" (lossage-size)))",
+ "(list (read-number \"
Set maximum keystrokes to
: \" (lossage-size)))",
doc: /* Return or set the maximum number of keystrokes to save.
If called with a non-nil ARG, set the limit to ARG and return it.
Otherwise, return the current limit.